List of all members
MV_SAVE_IMAGE_TO_FILE_PARAM_EX Class Reference

Includes parameters used for saving images to files. More...

Inherits Structure.

Detailed Description

Includes parameters used for saving images to files.

Parameters
nWidthc_uint, Image width.
nHeightc_uint, Image height.
enPixelTypeMvGvspPixelType , Pixel format.
pDataPOINTER(c_ubyte), Input data buffer.
nDataLenc_uint, Data length.
enImageTypeMV_SAVE_IAMGE_TYPE, Input image format.
pcImagePathPOINTER(c_char), Input file path. In Linux operating system, the file path should be within 255 bytes.
nQualityc_uint, JPG encoding quality, range: (50,99], invalid for other formats.
iMethodValuec_int, Interpolation mode for converting Bayer to RGB 24. 0: fast, 1: equilibrium, 2: optimal, 3: optimal plus. The values 0 and 3 are not supported for pixel formats of RBGG, BRGG, GGRB, and GGBR.
nEndianc_uint, Endianness for saving TIFF images.
1: Big-endian mode,
0 and other values: Little-endian mode.
nReservedc_uint * 7, Reserved.